home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Exploring Where & Why
/
Exploring Where & Why.iso
/
pc
/
MODULES
/
LESSON06
/
ACT06A
/
common6a.cst
/
00008_play again.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2003-04-30
|
333 b
|
11 lines
on mouseDown
if bounceButton(the clickon) then
--gets the index of next movie and palys it
set the itemdelimiter="."
set theMovie=item 1 of the moviename
set the itemdelimiter=","
put value(the last char of theMovie)+1 into char length(theMovie) of theMovie
go to movie the moviepath&theMovie
end if
end